PDFFlowTableStringCell Constructor(String,boolean)
In This Topic
Initializes a new
PDFFlowTableStringCell object.
Syntax
public PDFFlowTableStringCell(
java.lang.String ,
boolean
)
|
Parameters
- content
- The cell content.
- multiline
- True if the cell content should be wrapped on multiple lines.
See Also